projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
979bf5c
)
Fix typo in a comment
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 18 Jun 2020 16:20:56 +0000
(17:20 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 18 Jun 2020 16:20:56 +0000
(17:20 +0100)
gtk/gtksizerequest.c
patch
|
blob
|
history
diff --git
a/gtk/gtksizerequest.c
b/gtk/gtksizerequest.c
index 0f4c25acf1f29979d247ca6a3d785e2ec56c9644..269bcd0394861307153fd5177bb9bde8bca92c6f 100644
(file)
--- a/
gtk/gtksizerequest.c
+++ b/
gtk/gtksizerequest.c
@@
-727,7
+727,7
@@
gtk_distribute_natural_allocation (gint extra_space,
compare_gap, sizes);
/* Distribute available space.
- * This master
piece of a loop was conceived by Behdad Esfahbod.
+ * This masterpiece of a loop was conceived by Behdad Esfahbod.
*/
for (i = n_requested_sizes - 1; extra_space > 0 && i >= 0; --i)
{